projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fc9c9
)
(Info-default-directory-list): Add ../../info.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 25 May 1993 02:33:03 +0000
(
02:33
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 25 May 1993 02:33:03 +0000
(
02:33
+0000)
lisp/paths.el
patch
|
blob
|
history
diff --git
a/lisp/paths.el
b/lisp/paths.el
index 62a0b9f16ff190bc5df1dcaa78a6e368f9e1beb1..b4363dfd19031c547cf276e1e5ca77cda1cff032 100644
(file)
--- a/
lisp/paths.el
+++ b/
lisp/paths.el
@@
-34,7
+34,8
@@
(defvar Info-default-directory-list
(list "/usr/local/info/"
"/usr/local/lib/info/"
- (expand-file-name "../info/" data-directory))
+ (expand-file-name "../info/" data-directory)
+ (expand-file-name "../../info/" data-directory))
"List of directories to search for Info documentation files.")
(defvar news-path "/usr/spool/news/"